dvc config命令手册Low level command to manage custom configuration options for dvc repositories. These configurations can be on project, local, global, or system level. More information: https://dvc.org/doc/command-reference/config.
dvc config core.remote
dvc config core.remote {{remote_name}}
dvc config --unset core.remote
dvc config {{key}}
dvc config {{key}} {{value}}
dvc config --unset {{key}}
dvc config --local/global/system {{key}} {{value}}